home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
vivid
/
nome2.dir
/
00041_Script_41
< prev
next >
Wrap
Text File
|
1983-03-02
|
673b
|
23 lines
on mouseUp
global nome_hd
if the machinetype = 256 then
set strada to nome_hd&":\invenzio\libri\"
else
set strada to nome_hd&":invenzio:libri:"
end if
SET FLAG=0
set qqq=1
repeat while qqq<= the number of lines of the text of cast 100
if line qqq of the text of cast 100=the text of cast 21 then SET FLAG=1
set qqq=qqq+1
end repeat
-- IF FLAG=1 THEN go to frame "alt"
IF FLAG=0 THEN
set vvv to the text of cast 100 & return & the text of cast 21
global filexx,
set filexx=fileio(mnew,"write",strada&"nomi.ini")
if objectp(filexx) then filexx(mWriteString, vvv)
filexx(mDispose)
END IF
end